<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w1680{
	margin-right: auto;
	margin-left: auto;
	width: 1680px;
}
.head{
	height: 80px;
	line-height: 80px;
}
.head-logo{
	margin-left: 120px;
	float: left;
}

.head-other{
	float: right;
	margin-right: 120px;
	height: 100%;
}
.head-nav{
	float: left;
	height: 100%;
}
.head-nav li{
	height: 100%;
}
.head-nav li a{
	height: 100%;
	color: #333;
	font-size: 16px;
	padding: 0 27px;
	position: relative;
}
.head-nav li a:before{
	content: '';
	width: 1px;
	height: 14px;
	background: #999;
	border-left: 1px solid #c6c6c6;
	position: absolute;
	right: 0;
	top: 34px;
}
.head-nav li:last-child a:before{
	content: '';
	display: none;
}
.head-nav li a i{
	position: absolute;
	width: 14px;
	height: 0px;
	background: #5ba736;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
}
.head-nav li.active a,
.head-nav li:hover a{
	color: #5BA736;
}
.head-nav li.active a i,
.head-nav li:hover a i{
	height: 4px;
}
.head-tel{
	float: left;
	padding-left: 23px;
	background: url(../img/head-tel.png) no-repeat left center;
	margin-left: 100px;
}
.head-tel span{
	font-size: 24px;
	color: #5BA736;
	padding-left: 28px;
	position: relative;
}
.head-tel span:before{
	content: '';
	width: 1px;
	height: 24px;
	background: #aaa;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 14px;
}
.head-search{
	background: url(../img/head-search.png) no-repeat center;
	width: 25px;
	height: 100%;
	float: left;
	margin-left: 50px;
	cursor: pointer;
}

.index-banner .ms-bullet{
	width: 12px !important;
	height: 12px !important;
	border-radius: 50% !important;
	background: #fff !important;
}
.index-banner .ms-bullet-selected{
	background: #5ba736 !important;
}
.index-banner .index-dian{
	position: absolute;
	text-align: center;
	z-index: 2;
}
.index-banner .index-dian span{
	width: 12px;
	height: 12px;
	background: #fff;
	box-sizing: border-box;
	opacity: 1;
	margin: 0 10px !important;
}
.index-banner .index-dian span.active{
	background: #5ba736
}

.index-banner  .nav-next,
.index-banner  .nav-prev {
	width: 49px;
    background: url(skins/ss_left.jpg) center no-repeat;
    height: 53px;
    cursor: pointer;
    top: 50%;
    left: 0;
    margin-top: -12px;
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
.index-banner  .nav-next {
	right: 0px;
	left: auto;
	background-position: -89px -103px;
	background: url(skins/ss_right.jpg) center no-repeat;
}
.index-banner:hover  .nav-next,
.index-banner:hover  .nav-prev {
	opacity: 1;
    visibility: visible;
}
.all-h3{
	color: #333;
	font-size: 36px;
}
.all-index-link{
	font-size: 16px;
	color: #333;
}
.all-index-link:hover{
	color: #5BA736;
}
.index-pro .w1680{
	box-sizing: border-box;
	padding: 65px;
}
.index-pro .w1680 .title{
	height: 48px;
}
.index-pro .w1680 .title h3{
	float: left;
}
.index-pro .w1680 .title .jj{
	font-size: 14px;
	color: #666;
	float: left;
	display: inline-block;
	margin-left: 15px;
	padding-top: 30px;
}
.index-pro .w1680 .title .all-index-link{
	float: right;
	padding-top: 25px
}
.index-pro .w1680 .main{
	margin-top: 55px;
}
.index-pro .w1680 .main li{
	text-align: center;
	font-size: 16px;
	width: 25%;
	float: left;
	position: relative;
}
.index-pro .w1680 .main li .img {
	width: 178px;
	height: 178px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
.index-pro .w1680 .main li:hover .img img{
	transform: scale(1.05);
}
.index-pro .w1680 .main li .txt{
	margin-top: 25px;
}
.index-pro .w1680 .main li .txt h4{
	color: #333;
	transition: .3s;
}
.index-pro .w1680 .main li .txt h4  span{
	color: #999;
	display: inline-block;

}
.index-pro .w1680 .main li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 100px;
	background: #dcdcdc;
	margin-top: -50px;
}
.index-pro .w1680 .main li:first-child:before{
	display: none;
}



.index-ecology{
	width: 100%;
	height: 655px;
	margin: 80px 0;
}

.index-ecology .w1680{
	height: 100%;
	background: url(../img/index/index-ecology.jpg) no-repeat;
	background-size: 100% 100%;
}
.index-ecology .title{
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding-top: 180px;
	padding-left: 145px;
}
.index-ecology .title .en,
.index-case-t .en{
	color: #024f8e;
	font-size: 32px;
	text-transform: uppercase;
}
.index-ecology .title hr,
.index-case-t hr{
	border: none;
	background: #5BA736;
	margin: 20px 0;
	width: 40px;
	height: 6px;
}
.index-ecology .main{
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 100px;
	float: left;
}
.index-ecology .main h4{
	font-size: 20px;
	color: #333;
}
.index-ecology .main .jj{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-top: 30px;
}
.index-ecology .main .jj2 li{
	margin-top: 29px;
	height: 47px;
	line-height: 47px;
}
.index-ecology .main .jj2 li .t{
	color: #2366a0;
	font-size: 22px;
	float: left;
	height: 100%;
}
.index-ecology .main .jj2 li .fk1{
	color: #fff;
	font-size: 16px;
	background: #65ad35;
	width: 170px;
	height: 100%;
	margin-left: 25px;
	margin-right: 50px;
	float: left;
	text-align: center;
	position: relative;
}
.index-ecology .main .jj2 li .fk1 img{
	margin-right: 15px;
}
.index-ecology .main .jj2 li .fk1:before{
	content: '';
	width: 22px;
	height: 100%;
	background: url(../img/index/index-ecology-jt.png) no-repeat center;
	position: absolute;
	top: 0;
	right: -40px;
}
.index-ecology .main .jj2 li .fk2{
	font-size: 16px;
	color: #2366a0;
	height: 100%;
	width: 118px;
	box-sizing: border-box;
	border: 1px solid #2366A0;
	text-align: center;
	float: left;
	margin-right: 20px;
	line-height: 46px;
}
.index-ecology .main .jj2 li .fk2:last-child{
	margin-right: 0;
}
.index-link{
	font-size: 12px;
	color: #666;
	width: 105px;
	height: 33px;
	box-sizing: border-box;
	border: 1px solid #b5b5b5;
	line-height: 32px;
	text-align: center;
}
.index-ecology .index-link{
	margin-top: 35px;
}
.index-link:hover{
	background: #5BA736;
	border-color: #5BA736;
	color: #fff;
}
.index-news .title h3 {
	position: relative;
	width: 100%;
	height:auto;
	overflow: hidden;
}
.index-news .title h3 p{
    float: left;
    width: auto;
}
.index-news .title .all-h3 ul{
    float: left;
    width: auto;
    display: inline-block;
    margin-left: 15px;
}
.index-news .title .all-h3 ul li{
    float: left;
    margin-top: 7px;
    margin-right: 10px;
    font-size: 16px;
    padding: 0 15px;
    color: #000;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
    background: #eceef4;
}
.index-news .title .all-h3 ul li:hover,.index-news .title .all-h3 ul li.on{
    background: #5BA736;
    color: #fff;
}
.index-news .title h3 a{
	text-transform: uppercase;
	position: absolute;
	right: 0;
	bottom: 0;
}
.index-news .main{
	margin-top: 30px;
	height: 481px;
	/*margin-bottom: 80px;*/
}
.index-news .main .big{
	width: 50%;
	float: left;
	height: 100%;
	background: #eceef4;
}
.index-news .main .big .img{
	width: 50%;
	float: left;
	overflow: hidden;
	height: 100%;
}
.index-news .main .big .img:hover img{
	transform: scale(1.1);
}
.index-news .main .big .txt{
	width: 50%;
	box-sizing: border-box;
	padding-top: 70px;
	padding-left: 40px;
	padding-right: 35px;
	float: left;
}
.index-news .main .big .txt .time{
	color: #333;
	font-size: 16px;
}
.index-news .main .big .txt h4{
	color: #333;
	font-size: 20px;
	margin: 35px 0 20px;
}
.index-news .main .big .txt h4:hover a{
	color: #51A351;
}
.index-news .main .big .txt .jj{
	height: 220px;
	box-sizing: border-box;
	padding-top: 15px;
	border-top: 1px solid #b5b5b5;
	line-height: 28px;
	text-indent: 2em;
}
.index-news .main .big .txt .all-index-link{
	text-transform: uppercase;
}
.index-news .main .other{
	width: 50%;
	float: left;
	overflow: hidden;
	height: 100%;
	box-sizing: border-box;
	padding-left: 50px;
}
.index-news .main .other li{
	height: 160px;
	box-sizing: border-box;
	width: 100%;
	vertical-align: middle;
}
.index-news .main .other li:first-child{
	border-top: 1px solid #d3d3d3;
}
.index-news .main .other li a{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #d3d3d3;
	padding-right: 30px;
	padding-top: 30px;
}
.index-news .main .other li .time{
	width: 134px;
	height: 99px;
	box-sizing: border-box;
	border: 1px solid #b5b5b5;
	padding-top: 18px;
	padding-left: 35px;
	color: #666;
	font-size: 24px;
	float: left;
	transition: .3s;
}
.index-news .main .other li .txt{
	width: 580px;
	float: right;
}
.index-news .main .other li h4{
	font-size:18px;
	color: #333;
	transition: .3s;
}
.index-news .main .other li .jj{
	margin-top: 20px;
	color: #666;
	font-size: 16px;
	line-height: 24px;
}
.index-news .main .other li a:hover h4{
	color: #5BA736;
}
.index-news .main .other li a:hover {
	border-color: #5BA736;
}
.index-news .main .other li a:hover .time{
	border-color: #5BA736;
	background: #5BA736;
	color: #fff;
}
.new_tab {
    width: 100%;
    height: auto;
    padding: 30px 0 50px;
    overflow: hidden;
}
.new_tab_conter {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}
.new_tab_conter ul li {
    float: left;
    width: 23.5%;
    height: 32px;
    line-height: 32px;
    margin-right: 2%;
    overflow: hidden;
    background: url(https://www.micron-bio.com/weboms/Template/pc_web/statics/img/index/arrow_right.png) no-repeat left 11px;
}
.new_tab_conter ul li:nth-child(4n){
    margin-right: 0;
}
.new_tab_conter ul li a {
    width: 95%;
    height: 100%;
    color: #1a1a1a;
    transition: all .3s;
    font-size: 13px;
    padding: 0 0 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_tab_conter ul li:hover a {
    color: #5BA736;
}
.foot{
	background: #343434;
	padding: 60px 0 30px;
	color: #fff;
	line-height: 1;
}
.foot h3{
    color: #fff;
	font-size: 20px;
}
.foot span{
    color: #fff;
}
.foot-lxfs{
	width: 470px;
	position: relative;
	float: left;
	margin-left: 60px;
}
.foot-nav:before{
	content: '';
	width: 1px;
	height: 260px;
	background: #464856;
	position: absolute;
	right: 0;
	top: -10px;
}
.foot-lxfs .main{
	margin-top: 30px;
}
.foot-lxfs .main li{
	width: 100%;
	height: 35px;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding-left: 43px;
	background: no-repeat left center;
	display: inline-block;
}
.foot-lxfs .main li .t{
	font-size: 14px;
}
.foot-lxfs .main li .m{
	font-size: 16px;
	color: #e0e2ed;
	margin-top: 5px;
	opacity: 0.5;
}
.foot-lxfs .main li:nth-child(1){
	background-image: url(../img/index/foot-lxfs-icon1.png);
}
.foot-lxfs .main li:nth-child(2){
	background-image: url(../img/index/foot-lxfs-icon2.png);
}
.foot-lxfs .main li:nth-child(3){
	background-image: url(../img/index/foot-lxfs-icon4.png);
}
.foot-lxfs .main li:nth-child(4){
	background-image: url(../img/index/foot-lxfs-icon4.png);
}
.foot-lxfs .main li:nth-child(5){
	background-image: url(../img/index/foot-lxfs-icon4.png);
}

.foot-nav{
	float: left;
}
.foot-nav .main{
	float: left;
	margin-right: 60px;
}
.foot-nav .main h3{
    color: #fff;
	opacity: 0.7;
}
.foot-nav .main hr{
	width: 18px;
	height: 4px;
	background: #a4a6b3;
	border: none;
	margin: 30px 0;
}
.foot-nav-link li{
	display: block;
	line-height: 30px;
}
.foot-nav-link li a{
	color: #e0e2ed;
	opacity: 0.5;
}
.foot-nav-link li a:hover{
	color: #5ba736;
	opacity: 1;
}
.foot-wx{
	float: right;
	text-align: center;
	box-sizing: border-box;
	padding-top: 15px;
}
.foot-wx h3{
	color: #e0e2ed;
	opacity: 0.5;
	padding-top: 15px;
	font-size: 17px;
}
.foot-wx img{
    width: 60%;
    margin: 0 auto;
}
.foot .content1{
	padding-bottom: 60px;
	color: #e0e2ed;
	border-bottom: 1px solid #464856;
}
.foot .content2{
	font-size: 16px;
	color: #e0e2ed;
	line-height: 90px;
}
.foot .content2 .main1{
	float: left;
}
.foot .content2 .main1 a{
	color: #e0e2ed;
	opacity: 0.5;
	margin: 0 25px;
}
.foot .content2 .main1 a:first-child{
	margin-left: 0;
}
.foot .content2 .main1 a:hover{
	color: #5ba736;
	opacity: 1;
}
.foot .content2 .main2{
	float: right;
	opacity: 0.5;
	color: #e0e2ed;
}

.banner .txt{
	position: absolute;
	width: 1200px;
	top: 50%;
	left: 50%;
	margin-top:-53px;
	margin-left: -600px;
	color: #333;
}
.banner .txt .en{
	font-size: 48px;
	font-weight: 300;
}
.banner .txt h2{
	font-size: 32px;
}

.all-nav{
	text-align: center;
	margin: 60px 0;
}
.all-nav li{
	vertical-align: middle;
	min-width: 151px;
	height: 43px;
	font-size: 16px;
	margin: 0 20px;
	line-height: 43px;
}
.all-nav li a{
	color: #333;
	width: 100%;
	height: 100%;
	background: #eeeeee;
	padding: 0 10px;
	font-size: 16px;
}
.all-nav li.active a,
.all-nav li a:hover{
	background: #5ba736;
	color: #fff;
}
.about-gsjj{
	height: 498px;
	margin-bottom: 100px;
}
.about-gsjj .w1680{
	height: 100%;
}
.about-gsjj .img,.about-gsjj .txt{
	width: 50%;
	height: 100%;
	float: left;
}
.all-hd{
	text-align: center;
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.all-hd li{
	width: 12px;
	height: 12px;
	margin: 0 5px;
}
.all-hd li a{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;
}
.all-hd li.on a{
	background: #5ba736;
}
.all-prev,
.all-next{
	width: 47px;
	height: 64px;
	background: #999 no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	transition: .3s;
	cursor: pointer;
	z-index: 5;
}
.all-prev{
	left: -23.5px;
	background-image: url(../img/jt-l-f.png);
}
.all-next{
	right: -23.5px;
	background-image: url(../img/jt-r-f.png);
}
.all-prev:hover,
.all-next:hover{
	background-color: #5ba736;
}
.about-gsjj-slide,
.about-gsjj-slide .tempWrap,
.about-gsjj-slide .bd li{
	width: 100%;
	height: 100%;
}
.about-gsjj .txt{
	box-sizing: border-box;
	padding-top: 55px;
	padding-left: 5%;
}
.about-gsjj .txt .jj{
	font-size: 20px;
	color: #777;
	margin-top: 40px;
}
.about-gsjj .txt .jj2{
	font-size: 14px;
	color: #777;
	margin-top: 25px;
	line-height: 30px;
	text-indent: 2em;
}

.about-qywh{
	height: 567px;
	background: url(../img/about/about-qywh-bg2.jpg)  no-repeat 50% 50px fixed;
	margin-bottom: 430px;
}
.about-qywh .w1680{
	height: 100%;
	position: relative;
}
.about-qywh .title{
	padding-top: 125px;
}
.about-qywh .title h3{
	color: #fff;
}
.about-qywh .title .jj{
	font-size: 24px;
	color: #fff;
	margin-top: 24px;
}
.about-qywh .main{
	width: 1182px;
	height: 500px;
	position: absolute;
	right: 0;
	bottom: -310px;
}
.about-qywh .main li{
	width: 274px;
	height: 404px;
	float: left;
	background: no-repeat;
	background-size: 100% 100%;
	margin-left: 28px;
	color: #fff;
	box-sizing: border-box;
	padding-top: 55px;
	padding-left: 40px;
	transition: .3s;
}
.about-qywh .main li:nth-child(1){
	background-image: url(../img/about/about-qywh-img1.jpg);
	margin-left: 0;
}
.about-qywh .main li:nth-child(2){
	background-image: url(../img/about/about-qywh-img2.jpg);
}
.about-qywh .main li:nth-child(3){
	background-image: url(../img/about/about-qywh-img3.jpg);
}
.about-qywh .main li:nth-child(4){
	background-image: url(../img/about/about-qywh-img4.jpg);
}
.about-qywh .main li:nth-child(2n){
	margin-top: 96px;
}
.about-qywh .main li h4{
	font-size: 20px;
}
.about-qywh .main li hr{
	width: 28px;
	height: 5px;
	border: none;
	background: #fff;
	margin: 25px 0;
}
.about-qywh .main li .jj{
	font-size: 14px;
	line-height: 30px;
}
.about-qywh .main li:hover{
	transform: translateY(-20px);
}

.about-ryzz .title .jj{
	font-size: 24px;
	color: #666;
	margin-top: 5px;
}
.about-ryzz-nav{
	text-align: right;
	position: relative;
	top: -40px;
}
.about-ryzz-nav li,.about-ryzz-nav a{
	width: 140px;
	height: 40px;
	font-size: 16px;
	border: 1px solid #5ba736;
	color: #666;
	text-align: center;
	line-height: 40px;
	margin: 0 20px;
	cursor: pointer;
}
.wmyw_01 li:nth-of-type(4){
    display:none;
}
.about-ryzz-nav li.active{
	color: #fff;
	background: #5ba736;
}
.about-ryzz-nav li:hover,.about-ryzz-nav a:hover{
	color: #5ba736;
}
.about-ryzz-nav li.active:hover{
	color: #fff;
}
.about-ryzz .main{
	width: 100%;
	height: 500px;
	position: relative;
	/*margin-top: 20px;*/
	/*margin-bottom: 50px;*/
}
.about-ryzz .main .content{
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
}
.about-ryzz .main .content .about-ryzz-slide{
	width: 100%;
	height: 100%;
}
.about-ryzz .main .content .bd li{
	width: 290px;
	float: left;
	height: 395px;
	margin-right: 57px;
	/*box-sizing: border-box;*/
	/*border: 1px solid #898989;*/
	text-align: center;
	/*line-height: 394px;*/
	display: flex;
	align-items: center; 
	justify-content: center;
}
.about-ryzz .main .content .bd li a{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #898989;
	padding: 12px;
	height: auto;
	max-height: 100%;
	min-height: 206px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-ryzz .main .content.ys .bd li a{
	height: 100%;
}

.about-ryzz .main .content .bd li img{
	max-width: 100%;
	max-height: 100%;
}
.about-ryzz .main .content .all-hd li a{
	background: #bfbfbf;
}
.about-ryzz .main .content .all-hd li.on a{
	background: #5ba736;
}
.about-ryzz .main .content.active{
	display: block;
}
/*.about-ryzz .main .content .bd li:last-child{
	margin-right: 0;
}*/

.about-jsyf-sys{
	padding-top: 60px;
	background: url(../img/about/about-jsyf-sys-bg2.jpg) no-repeat;
	background-position: left 125px;
}
.about-jsyf-sys .title h3{
	float: left;
}
.about-jsyf-sys .title .jj{
	float: right;
	width: 1280px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
}
.about-jsyf-sys .main{
	width: 100%;
	height: 426px;
	background: url(../img/about/about-jsyf-sys-bg.jpg) no-repeat center;
	background-size: auto 100%;
	margin-top: 125px;
}
.about-jsyf-sys .main .content{
	float: right;
	width: 465px;
	height: 100%;
	padding: 40px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	padding-top: 90px;
}
.about-jsyf-sys .main .content li{
	width: 50%;
	float: left;
	margin-bottom: 45px;
}
.about-jsyf-sys .main .content li .num{
	font-size: 48px;
	line-height: 1;
}
.about-jsyf-sys .main .content li .jj{
	font-size: 16px;
	margin-top: 50px;
}
.about-jsyf-hzyx{
	/*margin-top: 70px;*/
}
.about-jsyf-hzyx .main{
	/*margin-top: 35px;*/
	/*margin-bottom: 110px;*/
}
.about-jsyf-hzyx .main .txt,.about-jsyf-hzyx .main .img{
	/*width: 50%;*/
	width: 100%;
	height: 100%;
	float: left;
}
.about-jsyf-hzyx .main .txt .icon{
	height: 235px;
	line-height: 235px;
	/*margin-top: 20px;*/
}
.about-jsyf-hzyx .main .txt .icon img{
	margin: 0 25px;
}
.about-jsyf-hzyx .main .txt h3{
	margin-top: 70px;
}
.about-jsyf-hzyx .main .txt .jj{
	font-size: 14px;
	color: #333;
	margin-top: 30px;
	line-height: 30px;
	width: 700px;
	text-indent: 2em;
}

.about-zqjl-dwkc{
	padding-top: 30px;
}
.about-zqjl-dwkc h3{
	text-align: center;
}
.about-zqjl-dwkc .main{
	margin-top: 70px;
}
.about-zqjl-dwkc .main li{
	width: 100%;
	height: 471px;
	background: #eee;
	margin-bottom: 20px;
	vertical-align: middle;
}
.about-zqjl-dwkc .main li .txt,
.about-zqjl-dwkc .main li .img{
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.about-zqjl-dwkc .main li:nth-child(2n) .txt{
	float: right;
}
.about-zqjl-dwkc .main li .txt{
	padding-top: 100px;
	padding-left: 75px;
}
.about-zqjl-dwkc .main li .txt h4{
	font-size: 24px;
	color: #333;
}
.about-zqjl-dwkc .main li .txt .jj{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-top: 30px;
	width: 470px;
	height: 180px;
}
.about-zqjl-dwkc .main li .txt .time{
	font-size: 36px;
	color: #333;
	margin-top: 20px;
}
.about-zqjl-dwkc .main li .img:hover img{
	transform: scale(1.05);
}
.about-zqjl-dwkc-more{
	width: 100%;
	height: 67px;
	background: #5ba736;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	line-height: 67px;
	margin-top: 30px;
}
.about-zqjl-dwkc-more img{
	margin-right: 20px;
}
.contact{
	/*margin-top: 75px;*/
}
.contact h3{
	text-align: center;
}
.contact .main1{
	margin-top: 50px;	
	width: 1600px;
	margin: 50px auto 100px;
}
.contact .main1 li{
	width: 25%;
	float: left;
}
.contact .main1 li .icon{
	float:left;
}
.contact .main1 li .txt{
	float: left;
	color: #333;
	margin-left: 10px;
	box-sizing: border-box;
	padding-top: 10px;
}
.contact .main1 li .txt .t{
	font-size: 16px;
}
.contact .main1 li .txt .m{
	font-size: 24px;
	margin-top: 15px;
	line-height: 32px;
}
.contact .main1 li.add .txt .m{
	font-size: 14px;
}
.contact .main2 .img1{
	width: 30.77%;
	float: left;
	overflow: hidden;
	height: 631px;
}
.contact .main2 .img1:hover img{
	transform: scale(1.05);
}
.contact .main2 .img2{
	width: 69.23%;
	float: left;
	height: 631px;
}
.contact-zxly{
	margin-top: 130px;
}
.contact-zxly .main ul{
	margin-top: 40px;
	margin-bottom: 20px;
}
.contact-zxly .main ul li{
	width: 546px;
	float: left;
	margin-right: 20px;
	height: 60px;
}
.contact-zxly .main ul li:last-child{
	margin-right: 0;
}
.contact-zxly .main ul li input{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #b5b5b5;
	padding-left: 25px;
	font-size: 16px;
	color: #333;
}
.contact-zxly .main ul li.xh input{
	background: url(../img/xh.png) no-repeat 12px center;
}
.contact-zxly .main .text{
	width: 100%;
	height: 211px;
}
.contact-zxly .main .text textarea{
	width: 100%;
	height: 100%;
	padding: 20px 25px;
	border: 1px solid #b5b5b5;
	line-height: 24px;
	box-sizing: border-box;
}
.contact-zxly .main .jj{
	font-size: 14px;
	color: #999;
	line-height: 50px;
	padding-left: 40px;
}
.contact-zxly .main .sub{
	width: 163px;
	height: 49px;
	background: #5ba736;
	text-align: center;
	line-height: 49px;
	font-size: 16px;
	color: #fff;
	margin: 50px auto 70px;
	display: block;
}
.pro-nav{
	font-size: 16px;
}
.pro-nav li{
	width: 280px;
}
.pro-nav li a{
	box-sizing: border-box;
	padding-top:10px ;
	line-height: 24px;
	color: #333;
}
.pro-nav li a span{
	color: #999;
	display: block;
}
.pro-nav li.active a span,
.pro-nav li a:hover span{
	color: #fff;
}
.product h3{
	font-size: 32px;
	color: #333;
	text-align: center;
}
.product .main{
	margin-top: 45px;
}
.product .main li{
	width: 537px;
	float: left;
	background: #f1f2f5;
	margin-bottom: 28px;
	margin-right: 34px;
}
.product .main li:nth-child(3n){
	margin-right: 0;
}
.product .main li .img{
	width: 100%;
	height: 328px;
	overflow: hidden;
}
.product .main li:hover .img img{
	transform: scale(1.05);
}
.product .main li .txt{
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding-left: 20px;
	/*padding-top: 25px;*/
	line-height: 60px;
}
.product .main li .txt .t {
	width: 100%;
	float: left;
}
.product .main li .txt .t h4{
	font-size: 18px;
	color: #333;
	transition: .3s;
	float: left;
	width: 350px;
}
.product .main li .txt .t .en{
	font-size: 14px;
	color: #666;
	/*margin-top: 15px;*/
	float: right;
	padding-right: 20px;
}
.product .main li .txt .n{
	width: 100px;
	float: right;
	font-size: 18px;
	color: #333;
	line-height: 28px;
	display: none;
}
.product .main li:hover .t h4{
	color: #5BA736;
}
.all-del-nav{
	height: 61px;
	margin-top: 42px;
}
.all-del-nav .w1680{
	background: #efefef;
	height: 100%;
	line-height: 61px;
	color: #222;
	box-sizing: border-box;
	padding-left: 40px;
}
.all-del-nav .w1680 a{
	color: #222;
}
.all-del-nav .w1680 a:hover{
	color: #5ba736;
}
.all-del-nav .w1680 .return{
	float: right;
	color: #fff;
	font-size: 14px;
	width: 121px;
	height: 34px;
	background: #5ba736;
	line-height: 34px;
	margin-top: 14px;
	text-align: center;
	margin-right: 50px;
	border-radius: 5px;
}
.all-del-nav .w1680 .return:hover{
	color: #fff;
}

.pro-del .main1{
	margin-top: 80px;
	height: 400px;
}
.pro-del .main1 .img{
	width: 684px;
	height: 100%;
	float: left;
}
.pro-del .main1 .img .img-thumbs{
	width: 90px;
	height: 100%;
	float: left;
	overflow: hidden;
}
.pro-del .main1 .img .img-thumbs li{
	width: 90px;
	height: 65px;
	overflow: hidden;
	box-sizing: border-box;
	border: 2px solid #d2d2d2;
	cursor: pointer;
	transition: .3s;
	margin-bottom: 19px;
	vertical-align: middle;
}
.pro-del .main1 .img .img-thumbs li.on{
	border-color:#5ba736;
}
.pro-del .main1 .img .img-thumbs li:last-child{
	margin-bottom: 0;
}
.pro-del .main1 .img .img-big{
	float: right;
	width: 550px;
	height: 100%;
	overflow: hidden;
}

.pro-del .main1 .img .img-big&gt;div{
	width: 550px !important;
	height: 100%;
}
.pro-del .main1 .img .img-big .bd{
	height: 100%;
}
.pro-del .main1 .img .img-big li{
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	width: 550px !important;
	height: 400px !important;
	text-align: center;
	float: left;
}
.pro-del .main1 .img .img-thumbs li img,
.pro-del .main1 .img .img-big li img{
	width: 100%;
	height: 100%;
}

.pro-del .main1 .img .img-thumbs ul{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.pro-del .main1 .img .img-thumbs ul::-webkit-scrollbar{
  display:none;
}
#scrollBar {
	height: 100%;
	width: 5px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 5px;
	background-color: #939393;
	opacity: 0;
	cursor: pointer;
}

.pro-del .main1 .img .img-thumbs:hover #scrollBar {
	opacity: 0.7;
}
.pro-del .main1 .txt{
	width: 905px;
	float: right;
	height: 100%;
}
.pro-del .main1 .txt .title{
	font-size: 36px;
	color: #024f8e;
	font-weight: bold;
	padding-bottom: 20px;
	width: 830px;
	border-bottom: 1px solid #d2d2d2;
	line-height: 1;
	/*padding-top: 25px;*/
}
.pro-del .main1 .txt .title h3{
	font-weight: bold;
	margin-bottom: 15px;
}
.pro-del .main1 .txt .main{
	width: 900px;
	font-size: 16px;
	color: #666;
	margin-top: 20px;
	height: 200px;
	overflow: hidden;
}
.pro-del .main1 .txt .main li{
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 24px;
}
.pro-del .main1 .txt .main li .t{
	width: 80px;
	float: left;
}
.pro-del .main1 .txt .main li .jj{
	width: 820px;
	float: left;
}
.pro-del .main1 .txt .main li.tyly .jj{
	font-size: 14px;
} 
.pro-del .main1 .txt .lxfs{
	/*margin-top: 20px;*/
	height: 64px;
}
.pro-del .main1 .txt .lxfs .link{
	width: 172px;
	height: 46px;
	line-height: 46px;
	background: #024f8e;
	text-align: center;
	font-size: 18px;
	color: #fff;
	float: left;
	margin-top: 12px;
}
.pro-del .main1 .txt .lxfs .tel{
	float: left;
	font-size: 32px;
	font-family: impact;
	color: #76ae0d;
	margin-left: 64px;
}
.pro-del .main1 .txt .lxfs .tel img{
	margin-right: 15px;
}
.pro-del-h3{
	font-size: 32px;
	color: #024f8e;
	text-align: center;
	margin-bottom: 35px;
}
.pro-del .cpjs,
.pro-del .cpcs,
.pro-del .gntd,
.pro-del .cpys,
.pro-del .yyal{
	/*padding-top: 40px;*/
	padding-bottom: 50px;
	overflow: hidden;
}
.pro-del .cpjs .main{
	box-sizing: border-box;
	padding: 60px 150px 60px 184px;
	width: 100%;
	border: 1px solid #aaaaaa;
}
.pro-del .cpjs .main p{
	line-height: 24px;
	font-size: 14px;
	color: #666;    
}
.pro-del .cpcs .main table{
	border-collapse: collapse;
	width: 100%;
}
.pro-del .cpcs .main table tr{
	height: 70px;
	background: #f6f6f6;
}
.pro-del .cpcs .main table tr:nth-child(2n-1){
	background: #fff;
}
.pro-del .cpcs .main table tr:first-child{
	width: 100%;
}
.pro-del .cpcs .main table tr:first-child td{
	font-size: 24px;
	color: #fff;
	background: #5ba736;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 70px;
	padding-top: 0;
}
.pro-del .cpcs .main table tr td{
	text-align: center;
	border: 1px solid #cecece;
	box-sizing: border-box;
	height: 70px;
	vertical-align: middle;
	/*padding-top: 25px;*/
}
.pro-del .gntd  .main{
	box-sizing: border-box;
	padding: 60px 45px;
	border: 1px solid #aaa;
}
.pro-del .gntd  .main li{
	width: 475px;
	float: left;
	margin-right: 80px;
}
.pro-del .gntd  .main li:last-child{
	margin-right: 0;
}
.pro-del .gntd  .main li .tw1{
	width: 100%;
	height: 142px;
	background: #eee;
	border-radius: 71px;
}
.pro-del .gntd  .main li .tw1 .img{
	width: 142px;
	height: 142px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.pro-del .gntd .main li .tw1 .txt{
	float: left;
	height: 100%;
	font-size: 18px;
	color: #333;
	text-align: center;
	display: table;
	margin-left: 20px;
	width: 290px;
}
.pro-del .gntd  .main li:last-child .tw1 .txt{
	font-size: 24px;
}
.pro-del .gntd .main li .tw1 .txt span{
	vertical-align: middle;
	display: table-cell;
}
.pro-del .gntd .main li .tw2{
	font-size: 20px;
	color: #333;
	margin-top: 48px;
	margin-left: 48px;
}
.pro-del .gntd .main li .tw2 .icon{
	float: left;
	text-align: center;
}
.pro-del .gntd .main li .tw2 .icon p{
	margin-top: 5px;
}
.pro-del .gntd .main li .tw2 .txt{
	float: left;
	margin-left: 30px;
	padding-left: 30px;
	box-sizing: border-box;
	border-left: 1px solid #aaa;
	height: 75px;
	padding-top: 10px;
	line-height: 30px;
}

.pro-del .cpys .main h4 {
	border-bottom: 1px solid #dcdcdc;
}
.pro-del .cpys .main h4 span{
	font-size: 24px;
	color: #333;
	padding-bottom: 12px;
	position: relative;
}
.pro-del .cpys .main h4 span:before{
	content: '';
	width: 100%;
	height: 4px;
	background: #5ba736;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.pro-del .cpys .main .content2{
	margin-top: 25px;
}
.pro-del .cpys .main .content2 li{
	width: 540px;
	margin-right: 28px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	height: 213px;
	background: #eee;
	margin-bottom: 20px;
}
.pro-del .cpys .main .content2 li:nth-child(3n){
	margin-right: 0;
}
.pro-del .cpys .main .content2 li .icon{
	width: 165px;
	height: 100%;
	text-align: center;
	float: left;
	box-sizing: border-box;
	padding-top: 60px;
	
}
.pro-del .cpys .main .content2 li .txt{
	width: 340px;
	float: left;
}
.pro-del .cpys .main .content2 li .txt h5{
	font-size: 20px;
	color: #333;
	margin-top: 50px;
}
.pro-del .cpys .main .content2 li .txt .jj{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-top: 30px;
}
.pro-del .cpys .main .content1{
	margin-top: 25px;
	margin-bottom: 35px;
	height: 366px;
}
.pro-del .cpys .main .content1 li{
	width: 318px;
	height: 100%;
	float: left;
	margin-right: 22px;
	box-sizing: border-box;
	border: 1px solid #aaa;
}
.pro-del .cpys .main .content1 li:last-child{
	margin-right: 0;
}
.pro-del .cpys .main .content1 li .img{
	width: 100%;
	height: 139px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 30px;
}
.pro-del .cpys .main .content1 li .txt {
	box-sizing: border-box;
	padding: 0 18px;
}
.pro-del .cpys .main .content1 li .txt h5{
	font-size: 22px;
	color: #024f8e;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #aaa;
}
.pro-del .cpys .main .content1 li .txt .jj{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.ecology-banner{
	height: 976px;
	width: 100%;
	background: no-repeat  50% -44px fixed;
	background-image: url(../img/banner/ecology-banner.jpg);
}
.ecology-banner .txt{
	text-align: center;
	box-sizing: border-box;
	padding-top: 80px;
	color: #333;
	line-height: 1;
}
.ecology-banner .txt .en{
	font-size: 24px;
	font-weight: 300;
}
.ecology-banner .txt h3{
	font-size: 32px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.ecology-banner .txt .jj{
	font-size: 24px;
}
.ecology-banner .txt .img{
	margin-top: 25px;
}

.ecology {
	margin-bottom: 80px;
}
.ecology .content{
	width: 1243px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 100px;
}
.ecology .content .title {
	text-align: center;
}
.ecology .content .title h3{
	font-size: 32px;
	color: #333;
}
.ecology .content .title .jj1{
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}
.ecology .content .title .jj2{
	margin-top: 50px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}
.ecology .content .main{
	width: 100%;
	height: 579px;
	margin-top: 60px;
}
.all-prev2,
.all-next2{
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: #999 no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -31px;
}
.all-prev2:hover,
.all-next2:hover{
	background-color: #5BA736;
}
.all-prev2{
	left: -31px;
	background-image: url(../img/jt-l-f.png);
}
.all-next2{
	right: -31px;
	background-image: url(../img/jt-r-f.png);
}
.ecology-slide .tempWrap{
	overflow: visible !important;
	width: 100% !important;
}
.ecology-slide .bd li{
	width: 1243px !important;
	height: 100% !important;
	margin-right: 15px;
}

.news .main {
	border-top: 1px solid #d2d2d2;
	margin-bottom: 60px;
}
.news .main li{
	box-sizing: border-box;
	border-bottom: 1px solid #d2d2d2;
	vertical-align: middle;
	width: 100%;
	height: 283px;
}
.news .main li a{
	display: block;
	width: 100%;
	height: 100%;
}
.news .main li .time{
	margin: 60px 0;
	width: 231px;
	height: 162px;
	box-sizing: border-box;
	border: 1px solid #aaa;
	float: left;
	font-size: 24px;
	padding-top: 25px;
	padding-left: 25px;
	color: #5ba736;
}
.news .main li .time:before{
	content: '';
	width: 113px;
	height: 1px;
	background: #5BA736;
	position: absolute;
	top: 55px;
	right: -58px;
}
.news .main li .time span{
	font-size: 48px;
	margin-bottom: 10px;
}
.news .main li .txt{
	margin: 60px 0;
	float: left;
	width: 966px;
	height: 162px;
	margin-left: 105px;
}
.news .main li .txt h4{
	font-size: 18px;
	color: #333;
	transition: .3s;
}
.news .main li .txt .jj{
	margin-top: 30px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	height: 72px;
	width: 100%;
}
.news .main li .txt .link{
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: 1px solid #666;
	transition: .3s;
}
.news .main li .img{
	margin-top: 42px;
	margin-bottom: 44px;
	float: right;
	width: 276px;
	height: 196px;
	overflow: hidden;
}
.news .main li:hover .txt h4{
	color: #5BA736;
}
.news .main li:hover .img img{
	transform: scale(1.05);
}
.news .main li:hover .txt .link{
	color: #5BA736;
	border-color: #5BA736;
	padding-left: 20px;
}

.service{
	height: 900px;
	width: 100%;
	background: no-repeat center top;
	background-size: auto 100%
}
.service .title{
	color: #5BA736;
	box-sizing: border-box;
	padding-top: 220px;
	float: left;
}
.service .title .en{
	font-size: 42px;
	line-height: 1;
}
.service .title hr{
	border: none;
	width: 39px;
	height: 1px;
	background: #5BA736;
	margin: 40px 0 30px;
	text-align: left;
	
}
.service .title h3{
	font-size: 36px;
}
.service .main{
	width: 848px;
	/*height: 699px;*/
	float: left;
	margin-top: 50px;
	margin-left: 140px;
	position: relative;
}
.service .main .content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.service .main .content li .add-dian{
	width: 17px;
	height: 17px;
	box-sizing: border-box;
	border: 3px solid #afd49f;
	border-radius: 50%;
	background: #1da9e4;
	position: absolute;
}
.add-dian:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: inset #1da9e4 0 0 5px;
    box-shadow: inset #1da9e4 0 0 5px;
    border-radius: 50%;
    top: -5.5px;
    left: -5.5px;
    opacity: 0;
}
.add-dian:after {
    animation: warn 2s ease-out .1s infinite;
}
@keyframes warn{0%{opacity:0;transform:scale(.1)}5%{opacity:1}to{opacity:0;transform:scale(4)}}

.service .main .content li.active .dian{
	transform: scale(1.5);
	border-color: #fff;
}

.service .main .content li .js{
	width: 347px;
	height: 374px;
	background: #f4f4f4;
	position: absolute;
	top: 140px;
	right: -280px;
	box-sizing: border-box;
	padding: 10px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-20px);
}
.service .main .content li .js-main{
	width: 100%;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 30px 26.5px;
	border: 1px solid #dcdcdc;
}
.service .main .content li .js-main h3{
	font-size: 18px;
	color: #333;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 14px;
}
.service .main .content li .js-main h3:before{
	content: '';
	width: 252px;
	height: 1px;
	background: #dcdcdc;
	position: absolute;
	bottom: 0;
	left: 0;
}
.service .main .content li .js-main .img{
	width: 100%;
	height: 186px;
	overflow: hidden;
}
.service .main .content li .js-main .img:hover img{
	transform: scale(1.05);
}
.service .main .content li .js-main .tel{
	box-sizing: border-box;
	padding-left: 60px;
	height: 38px;
	line-height: 38px;
	color: #333;
	font-size: 18px;
	margin-top: 20px;
	background: url(../img/service/service-tel-icon.png) no-repeat 10px center;
}
.service .main .content li.active .js{
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}

.case{
	height: auto;
	width: 100%;
	background: no-repeat center top;
	background-size: auto 100%;
	box-sizing: border-box;
	padding-top: 125px;
}
.case-main{
	width: 848px;
	position: relative;
}
.case-main .content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.case-main .content-li .add-dian,.case-main .map_tq{
	/*width: 17px;*/
	/*height: 17px;*/
	box-sizing: border-box;
	/*border: 3px solid #bbdbea;*/
	border-radius: 50%;
	/*background: #1da9e4;*/
	position: absolute;
	z-index: 1;
	font-size: 12px;
	color: #999;
}
.case-main .map_tq{
    position: absolute;
}
.case-main .map_tq{}
.case-main .content-li.active .add-dian{
	border-color: transparent;
	background: transparent;
	z-index: 2;
	color: #fff;
}
.case-main .content-li .add-dian:after{
	display: none;
}
.case-main .content-li .add-dian .add-dian-wx{
	width: 63px;
	height: 95px;
	background: url(../img/case/case-add-icon.png) no-repeat center;
	position: absolute;
	left: -26.5px;
	bottom: -1.5px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	padding-top: 20px;
	z-index: 6;
}
.case-main .content-li.active .add-dian .add-dian-wx{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.case-main .content-li .js{
	width: 794px;
	height: 554px;
	position: absolute;
	top: -35px;
    right: -825px;
	box-sizing: border-box;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-20px);
}
.case-main .content-li.active .js{
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
.case-main .content-li .js .js-nav,
.case-main .content-li .js .js-main{
	height: 100%;
	float: left;
	background: #fff;

}
.case-main .content-li .js .js-nav{
	width: 174px;
	box-sizing: border-box;
	padding: 0 12px;
}
.case-main .content-li .js .js-nav h3{
	color: #333;
	font-size: 22px;
	text-align: center;
	padding: 25px 0 22px;
	border-bottom: 1px solid #dcdcdc;
	letter-spacing: 2px;
}
.case-main .content-li .js .js-nav-tab {
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	/*padding-right: 20px;*/
	margin-top:25px;
	position: static;
	
}
.case-main .content-li .js .js-nav-tab .t{
	width: 100%;
	font-size: 20px;
	color: #333;
	background: url(../img/case/case-main-js-sq.png) no-repeat right center;
	transition: auto;
}
.case-main .content-li .js .js-nav-tab.active .t{
	background-image: url(../img/case/case-main-js-zk.png);
}
.case-main .content-li .js .js-nav-tab .m{
	width: 100%;
	box-sizing: border-box;
	padding-top: 15px;
	position: static;
	min-height: 30px;
	display: none;
	max-height: 250px;
	overflow-x: hidden;
}
.case-main .content-li .js .js-nav-tab #wrap{
	overflow: hidden;
	width: 100%;
	height: 250px;
}
.case-main .content-li .js .js-nav-tab .m::-webkit-scrollbar{
  display:none;
}
.case-main .content-li .js .js-nav-tab .m:hover .scrollBar{
	opacity: 1;
}
.case-main .content-li .js .js-nav-tab.active .m{
	display: block;
}
.case-main .content-li .js .js-nav-tab .m&gt;li{
	width: 100%;
	padding-bottom: 20px;
}
.case-main .content-li .js .js-nav-tab .m&gt;li:last-child{
	padding-bottom: 0;
}
.case-main .content-li .js .js-nav-tab .m&gt;li .m-t{
	cursor: pointer;
	box-sizing: border-box;
	padding-left: 25px;
	/*position: relative;*/
	font-size: 16px;
	color: #666;
	width: 100%;
	transition: auto;
	padding-right: 8px
}
.case-main .content-li .js .js-nav-tab .m&gt;li .m-t .sjx{
	margin-left: 8px;
	width: 0;
	height: 0;
	border-left: 8px solid #5BA736;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 7px;
	right: 0px;
	transition: auto;
}
.case-main .content-li .js .js-nav-tab .m&gt;li.active .m-t .sjx{
	opacity: 1;
	visibility: visible;
}
.case-main .content-li .js .js-nav-tab .m&gt;li .m-t:before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #5ba736;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -2.5px;
}
.case-main .content-li .js .js-main{
	width: 619px;
	margin-left: 1px;
	position: absolute;
	top: 0;
	left: 175px;
	height: 100%;
	/*display: none;*/
}
.case-main .content-li .js .js-nav-tab .m&gt;li.active .js-main{
	display: block;
}
.case-main .content-li .js .js-main .js-main-c{
	width: 543px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 30px;
}
.case-main .content-li .js .js-main h4{
	font-size: 16px;
	color: #333;
	float: left;
}
.case-main .content-li .js .js-main p{
	float: right;
}
.pro-del-nav.fixed{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 !important;
	background: #fff;
	z-index: 99;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	height: 70px;
	box-sizing: border-box;
	padding-top: 14.5px;
}
.pro-del .cpjs .main img{
	margin: 15px 0;
}


.index-case{
	width: 100%;
	height: 800px;
	background: url(../img/index/index-case-bg.jpg) no-repeat;
	background-size: auto 100%;
	background-position: center top;
	padding-top: 0 !important;
}
.index-case .w1680{
	box-sizing: border-box;
	padding-top:150px;	
}
.index-case .case-main{
	width: 680px;
	z-index: 20;
}

.index-case .case-main .content-li .js{
    right: -911px;
}
.index-case .case-main .content-li .js .js-main{
	display: block;
}
.index-case .case-main .content-li .js .js-nav-tab .m{
	position: static; */
}
.index-case .case-main .content-li .js .js-main .js-main-c{
	display: none;
}
.case-main .content-li .js .js-nav-tab .m&gt;li.active .js-main .js-main-c{
	display: block;
	z-index: 9;
}
.index-case .case-main .content-li .js{
	box-sizing: border-box;
	padding-top: 85px;
	background: #fff;
	margin-top: 25px;
}
.index-case .case-main .content-li .js .js-nav h3{
	display: none;
}
.index-case .js-title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	line-height: 85px;
	box-sizing: border-box;
	padding: 0 32px;
}
.index-case .js-title-main{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
}
.index-case .js-title h3{
	font-size: 22px;
	color: #333;
	float: left;
}
.index-case .js-title h3 span{
	font-size: 16px;
	color: #666;
}
.index-case .js-title a{
	float: right;
}
.index-case .js-main-c .img{
	width: 100%;
	height: 345px;
	overflow: hidden;
}
.index-case .js-main-c .img img{
	width: 100%;
	height: 100%;
}
.index-case .js-main-c .img:hover img{
	transform: scale(1.05);
}
.index-case .js-main-c .img .txt{
	width: 100%;
	height: 40px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 30px;
	transform: 0.5s;
	transition: height 2s;
    -webkit-transition: height 2s;
}
.index-case .js-main-c .img .txt:hover{
	height: auto;
}
.index-case .js-main-c .img .txt h4{
	float: left;
	color: #fff;
}
.index-case .js-main-c .img .txt .rcll{
	float: right;
}

.index-case .case-hz{
	margin-top: 15px;
	color: #65ad35;
	font-size: 32px;
	text-align: left;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 82%;
	/*left: -170%;*/
	padding-left: 2%;
}
.index-case .case-hz p{
	float: left !important;
	margin-right: 25px;
	width: 100%;
	margin-top: 10px;
}
.index-case .case-hz p:nth-of-type(1){
    margin-top: 0;
}
.index-case .case-hz p:last-child{
	margin-right: 0;
}
.index-case .case-hz p span{
	font-size: 14px;
	color: #333;
	margin-left: 5px;
}
.index-case .case-hz p i{
	font-size: 18px;
}
.index-case-t{
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 2;
}
.case-del-txt{
	width: 100%;
	height: 40px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 30px;
}
.case-del-txt .xinghao{
	float: left;
}
.case-del-txt .rcll{
	float: right;
}

.head-search-box {
	position: absolute;
	right: 0%;
	top: 80px;
	width: 260px;
	padding: 0px 0;
	z-index: 999;
	text-align: left;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: .5s;
	height: 36px;
}
.head-search-box .searchi_a {
	font-family: "microsoft yahei";
	color: rgb(102, 102, 102);
	line-height: 36px;
	font-size: 14px;
	width: 72%;
	padding: 0px 12.3px;
	outline: none;
	float: left;
	background: #fff;
	height: 36px;
}
.head-search-box .searchi_s {
	font-family: "microsoft yahei";
	height: 36px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-size: 14px;
	padding: 0px 10px;
	opacity: 0.8;
	background: #5BA736;
	outline: none;
}
.head-search:hover .head-search-box{
	opacity: 1;
	visibility: visible;
	transform:translateY(0);
}

.all-banner{
	width: 100%;
    height: 400px;
    position: relative;
}

.all-banner .main{
	width: 100%;
    height: 400px;
    background: no-repeat 50% -238px fixed;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.about-banner .main{
	background-image: url(../img/banner/about-banner.jpg);
}
.product-banner .main{
	/*background-image: url(../img/banner/product-banner.jpg);*/
	background-image: url(../img/banner/news-banner.jpg);
}
.news-banner .main{
	background-image: url(../img/banner/news-banner.jpg);
}

.pro-del .lift-item{
	/*position: absolute;
	top: 0;
	left: 0;*/
	display: none;
}
.pro-del .lift-item:first-child {
	display: block;
}

.all-banner .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	/*width: 300px;*/
	margin-left: -550px;
	margin-top: -39px;
	/*text-align: center;*/
	color: #fff;
}
.all-banner .txt .en{
	font-size: 36px;
	text-transform: uppercase;
}
.all-banner .txt h2{
	font-size: 24px;
}
.BMap_pop{
	margin-top: -20px;
}
#mapBox img{
	transition: auto;
}
.bmap-link:hover{
	color: #5ba736;
}

.case2 .case-main .content-li .js .js-main{
	display: none;
}
.case2 .case-main .content-li .js .js-nav-tab .m&gt;li.active .js-main {
	display: block;
}
.case2 .case-main .content-li .js .js-main h4{
	line-height: 40px;
	font-size: 24px;
	margin-bottom: 20px;
	width: 100%;
	transform: .3s;
}
.case2 .case-main .content-li .js .js-main .img{
	overflow: hidden;
	width: 100%;
	height: 360px;
}
.case2 .case-main .content-li .js .js-main .txt{
	width: 100%;
	overflow: hidden;
}

.case2 .case-main .content-li .js .js-main .txt p{
	float: left;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}
.case2 .case-main .content-li .js .js-main-c:hover h4{
	color: #5ba736;
}
.case2 .case-main .content-li .js .js-main-c:hover .img img{
	transform: scale(1.05);
}
.yqlj a{
	margin-right: 10px;
}
.yqlj a:hover {
    color: #5ba736;
    opacity: 1;
}
.foot-yq{
	height: 30px;
	line-height: 30px;
	background: #ffffff;
}
.foot-yq h2{
	font-size: 12px;
	display: inline-block;
}
.foot-yq a{
	font-size: 12px;
	display: inline-block;
	
}

.js-main .bot{width:142px;height:50px;border:1px solid #b5b5b5;position:relative;overflow:hidden;margin-top:20px}
.js-main .bot:after{content:"";width:100%;height:100%;position:absolute;top:0;left:-100%;background-image:url(../img/casemorebg.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;transition:0.5s ease-in-out 0s;-webkit-transition:0.5s ease-in-out 0s;-moz-transition:0.5s ease-in-out 0s}
.js-main .bot .more a{width:140px;height:48px;text-align:center;line-height:48px;position:relative;z-index:3;color:#888}

.js-main:hover .bot:after{left:0}
.js-main:hover .bot{border-color:#fff}
.js-main:hover .bot .more a{color:#fff}


.lineBox{
    position: fixed !important;
    bottom: 30%;
    right: 0px;
    left: auto;
    z-index: 9999;
}
.lineBox .lineItem{
    cursor: pointer;
    width: 50px;
    height: 55px;
    background: #a1afaf;
    margin-bottom: 1px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    position: relative;
}
.lineItem .layui-icon{
    font-size: 26px;
}
.lineItem:hover{
    opacity: 0.8;
}
.lineTop{
    margin-top: 4px;
}
.lineTip{
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    position: absolute;
    top:0px;
    right: 59px;
    color: #000;
    padding: 0 10px;
    background: #fff;
    display: none;
}
.lineBox .lineItem:nth-of-type(2) .lineTip{
    width: 200px;
}
.lineTip:before, .lineTip:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: rgba(255,255,255,1);
    right: -16px;
    top: 10px;
    z-index: 1;
}

.lineTip:after{
    right: -18px;
    border-left-color: rgb(237,237,237);
    z-index: 0;
}
.lineWechat{
    width: 100px;
    height: 100px;
    padding: 0px;
}
.leavetop{
    position: fixed;
    top: 0px;
    z-index: 9998;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
/*ä¿ƒå‘è‰² 5ba736*/</pre></body></html>